get Version Code
Retrieves the version code of the RevelDigital player application.
The version code is an integer that increases with each new version of the application. It is used internally and by services like app stores to determine an app's version for upgrade and compatibility checks. This value corresponds to the android:versionCode
attribute in the application's manifest.
Return
The integer version code of the player application. This value is always positive.
See also
For other device and application details.
<a href="https://developer. android. com/studio/publish/versioning#appversioning">Android App Versioning Guide</a>